home *** CD-ROM | disk | FTP | other *** search
- Path: sundog.tiac.net!usenet
- From: lindak@pumpkin.iii.net (Linda Kasparek)
- Newsgroups: comp.lang.c++
- Subject: STL multimap question
- Date: 14 Mar 1996 15:33:31 GMT
- Organization: iii.net subscriber
- Message-ID: <4i9e8b$9p0@sundog.tiac.net>
- Reply-To: jmk@tiac.net
- NNTP-Posting-Host: jmk.tiac.net
- X-Newsreader: WinVN 0.92.6+
-
- I am adding integer keys, of which some are duplicates, to an STL multimap. If I were to iterate through one of those
- duplicate keys, would I be guaranteed to receive the keys in the order they were added?
-
- Thanks!
-